<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-wrap{
    width: 100%;
    background: #03428F;
    position: relative;
    
}
.footer-wrap::after{
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .25);
    position: absolute;
    bottom: 1.27rem;
    left: 0;
}
.footer-logo{
    border-bottom: 0.01rem solid rgba(255, 255, 255, .25);
    margin: 0 auto;
    height: 1rem;
    display: flex;
     align-items: center; 
    /*padding-top: 0.38rem;*/
    /*padding-bottom: 0.38rem;*/
}
.footer-logo img{
    width: auto;
    /*height: 0.67rem;*/
    height: 0.52rem;
    margin-right:0.2rem;
    object-fit: cover;
    cursor: pointer;
}
.footer-box{
    /* border-bottom: 0.01rem solid rgba(255, 255, 255, .25); */
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 0.55rem;
    padding-bottom: 1.1rem;
}
.footer-left{
    display: flex;
}
.footer-menu-box{
    display: flex;
}
.footer-menu{
    text-align: left;
    padding: 0 0.6rem;
    position: relative;
}
.footer-menu::after {
    content: '';
    height: 100%;
    width:  1px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    top: 0;
    right: 0;
}
.footer-menu:first-of-type{
    padding-left: 0;
}
.footer-menu-title{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
     font-weight: bold; 
    color: #FFFFFF;
}
.footer-menu-a{
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 0.2rem;
}
.footer-menu-a:hover{
    text-decoration: underline;
}

.footer-link-box{
    width: 1.54rem;
    height: 0.38rem;
    border: 1px solid #FFFFFF;
    border-radius: 0.19rem;
    padding: 0 0.15rem;
    margin-bottom: 0.29rem;
}
.footer-link-select{
    width: 100%;
    height: 100%;
    border: 0;    
    background: transparent;
    cursor: pointer;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.footer-link-select option{
    color: #333;
    cursor: pointer;
}
.footer-code {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-code img {
    width: 1rem;
    height: 1rem;
}
.footer-code p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.2rem;
    color: #FFFFFF;
    margin-top: 0.15rem;
    text-align: center;
}

.footer-about-box{

}
.footer-about{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.footer-about img{
    width: 0.2rem;
    height: 0.2rem;
    flex-shrink: 0;
    margin-right: 0.08rem;
}
.footer-about p{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}


.footer-bottom{
    height: 1.27rem;
    
    background: #03438B;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.1rem;
}
.footer-contact-p{
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0.15rem;
}
.footer-beian{
    display: flex;
    align-items: center;
    justify-content: center;    
}
.footer-beian p{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.footer-beian a{
    font-size: 0.12rem;
    font-size: .16rem;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}


@media only screen and (max-width: 1024px) {
    .footer-wrap::after{
        bottom: 1rem;
    }
    .footer-bottom{
        height: auto;
    }
    .footer-menu-box{
        display: none;
    }
    .footer-link-box{
        margin: 0 auto;
    }
    .footer-beian{
        height: 1rem;
    }
    .footer-beian a{
        padding: 0 1rem;
        text-align: center;
        line-height: 0.34rem;
        font-size: 0.24rem;
    }
    .footer-contact-p{
        line-height: 0.5rem;
        font-size: .24rem;
    }
    .footer-code p{
        line-height: 0.4rem;
    }
    .footer-contact{
        display: block;
    }
    .footer-box{
        display: block;
        padding: 0.3rem 0;
    }
    .footer-link-box{
        margin-bottom: 0.2rem !important;
    }
     .footer-logo{
        height: 1.5rem;
        padding: 0.1rem 0.25rem 0.1rem 0.25rem;
        flex-wrap: wrap;
    }
    .footer-wrap::after{
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 1.5rem;
        left: 0;
    }
    .footer-link-box{
        width: 1.74rem;
    }
    .footer-code p{
        font-size: 0.24rem;
    }
    .footer-logo img:nth-child(2){
        margin-right: 2rem;
    }
}</pre></body></html>